home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / mar96 / hoskf105.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  11KB  |  476x481  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | web page | computer icon | website | operating system | computer | number | multimedia software
OCR: frmBugQuery Properties X + D udmSetScroll ... + 7 udmShowConditions Function udmShowConditionsQ As Long Display a set of conditions based on the scrollbar and number of rows visible Determine first and last displayable row based on current scroll position and the ability to show 3 rows vFirstRow = vsbCondScroll. ScrollPos vLastRow = vFirstRow + 2 Set appropriate objects in condition display to values contained in gConditions FOR i = vFirstRow TO vLastRow k = i - vFirstRow IF i >= gNumConditions THEN gCondFields (k, 0) . Label = gCondFields (k, 1) . Label = rr rr gCondFields (k , 2) . Label = rr rr ELSE gCondFields (k, 0) . Label = gConditions (i, 0) gCondFields (k , 1) . Label = gConditions (i, 1) gCondFields (k, 2) . Label = gConditions (i, 2) END IF NEXT i IF frmBugQuery. chkAutoFind. Value = 1 THEN btnFind. Click ()